home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Micromanía: 150 Juegos 2010
/
150Juegos_16.iso
/
Shareware
/
Shape Smash
/
shape-smash.swf
/
scripts
/
mx
/
core
/
IUID.as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-05-14
|
154 b
|
11 lines
package mx.core
{
public interface IUID
{
function get uid() : String;
function set uid(param1:String) : void;
}
}